FlexReport for WinForms
RegisterProp メソッド (C1PropsTable<T>)


C1.Document.4.6.2 アセンブリ > C1.Document.Serialization 名前空間 > C1PropsTable<T> クラス : RegisterProp メソッド
シンタックス
'宣言
 
Public Sub RegisterProp( _
   ByVal propName As System.String, _
   ByVal writeMethod As C1PropsTable.WriteDelegate(Of T), _
   ByVal readMethod As C1PropsTable.ReadDelegate(Of T) _
) 
'使用法
 
Dim instance As C1PropsTable(Of T)
Dim propName As System.String
Dim writeMethod As C1PropsTable.WriteDelegate(Of T)
Dim readMethod As C1PropsTable.ReadDelegate(Of T)
 
instance.RegisterProp(propName, writeMethod, readMethod)
public void RegisterProp( 
   System.string propName,
   C1PropsTable.WriteDelegate<T> writeMethod,
   C1PropsTable.ReadDelegate<T> readMethod
)

パラメータ

propName
writeMethod
readMethod
参照

参照

C1PropsTable<T> クラス
C1PropsTable<T> メンバ